home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
Fresco
/
build
/
Unix
/
config
/
cf
/
Imakefile
< prev
next >
Wrap
Makefile
|
1995-07-12
|
1KB
|
86 lines
XCOMM $XConsortium: Imakefile,v 1.32 94/04/09 21:46:51 rws Exp $
#ifdef LocalConfigFiles
LOCALFILES = LocalConfigFiles
#endif
DEFFILES = \
site.def
RULEFILES = \
Imake.rules \
Win32.rules \
hpLib.rules \
bsdLib.rules \
ibmLib.rules \
lnxLib.rules \
necLib.rules \
noop.rules \
oldlib.rules \
osfLib.rules \
sgiLib.rules \
sunLib.rules \
sv4Lib.rules \
xf86.rules
TMPLFILES = \
Imake.tmpl \
Fresco.tmpl \
Ixx.tmpl \
bsdLib.tmpl \
lnxLib.tmpl \
Library.tmpl \
Project.tmpl \
Server.tmpl \
Threads.tmpl \
WinLib.tmpl \
hpLib.tmpl \
ibmLib.tmpl \
necLib.tmpl \
osfLib.tmpl \
sunLib.tmpl \
sv4Lib.tmpl
CFFILES = \
Imake.cf \
Amoeba.cf \
DGUX.cf \
Mips.cf \
NetBSD.cf \
FreeBSD.cf \
Oki.cf \
Win32.cf \
apollo.cf \
bsd.cf \
bsdi.cf \
convex.cf \
cray.cf \
fujitsu.cf \
generic.cf \
hp.cf \
ibm.cf \
linux.cf \
luna.cf \
macII.cf \
moto.cf \
ncr.cf \
nec.cf \
osf1.cf \
pegasus.cf \
rtcchack.bac \
sequent.cf \
sgi.cf \
sony.cf \
sun.cf \
svr4.cf \
ultrix.cf \
usl.cf \
x386.cf \
xfree86.cf
INSTFILES = $(RULEFILES) $(TMPLFILES) $(DEFFILES) $(CFFILES) $(LOCALFILES)
all::
InstallMultipleDestFlags(install,$(INSTFILES),$(CONFIGDIR),$(INSTDATFLAGS))